home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Abalone 1.4.2 / src / Arnold.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-21  |  281 b   |  20 lines  |  [TEXT/MPS ]

  1. #ifndef ARNOLD_H
  2. #define ARNOLD_H
  3.  
  4.  
  5. #include "Board.h"
  6. #include "Rules.h"
  7.  
  8. #ifndef THINK_C
  9. #include <Types.h>
  10. #endif
  11.  
  12. void    InitArnold (void);
  13. short    Arnold (BoardPtr board, short player);                    //    a BoardJudgeProc
  14.  
  15. #ifndef ARNOLD_C
  16. #include "Game.h"
  17. #include "Global.h"
  18. #endif
  19.  
  20. #endif